projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df6d45f
)
Fix previous merge from Gnus trunk.
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Wed, 1 Sep 2010 00:18:24 +0000
(
00:18
+0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Wed, 1 Sep 2010 00:18:24 +0000
(
00:18
+0000)
lisp/gnus/gnus-html.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-html.el
b/lisp/gnus/gnus-html.el
index f568d67334547c86ec76932962f287e0c830d083..576d8835dcc28064b323d6347bff2e2cb9f7c94a 100644
(file)
--- a/
lisp/gnus/gnus-html.el
+++ b/
lisp/gnus/gnus-html.el
@@
-171,8
+171,8
@@
(defun gnus-html-curl-sentinel (process event)
(when (string-match "finished" event)
- (let* ((images (
gnus-
process-get process 'images))
- (buffer (
gnus-
process-get process 'buffer))
+ (let* ((images (process-get process 'images))
+ (buffer (process-get process 'buffer))
(spec (pop images))
(file (gnus-html-image-id (car spec))))
(when (and (buffer-live-p buffer)